Skip to main content

DescribeIpv6GatewayAttribute

Description

call the DescribeIpv6GatewayAttribute interface to query the details of the specified IPV6 gateway.

Request Method

POST

Request Path

/apsara/route/Vpc/DescribeIpv6GatewayAttribute

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
Ipv6GatewayIdBODYstringYesipv6gw-123456vfbg****IPv6 gateway ID to query.
RegionIdBODYstringYescn-huhehaotethe region ID of the IPv6 gateway. You can obtain the region ID by calling the DescribeRegions interface.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
StatusstringAvailablethe state of the IPv6 gateway.
Descriptionstringtestdescription information of IPv6 gateway.
RequestIdstringipv6gw-hp33p10bdbt77vfbg****request ID.
VpcIdstringvpc-123456vfbg****VPC ID where the IPv6 gateway is located.
ExpiredTimestring2018-12-05T09:21:35Zthe expiration time of the IPv6 gateway.
CreationTimestring2018-12-05T09:21:35Zthe creation time of the IPv6 gateway.
Ipv6GatewayIdstringipv6gw-123456xxxxxxxxinstance ID of IPv6 gateway.
RegionIdstringcn-huhehaotethe region ID where the IPv6 gateway is located.
SpecstringMediumIPv6 gateway specifications.
BusinessStatusstringNormalIPv6 gateway status, value: Normal: normal. FinacialLocked: overdue lock. SecurityLocked: security lock.
Namestringtestthe name of the IPv6 gateway.

Example

Successful Response example

{
"Status":"Available",
"Description":"test",
"RequestId":"ipv6gw-hp33p10bdbt77vfbg****",
"VpcId":"vpc-123456vfbg****",
"ExpiredTime":"2018-12-05T09:21:35Z",
"CreationTime":"2018-12-05T09:21:35Z",
"Ipv6GatewayId":"ipv6gw-123456xxxxxxxx",
"RegionId":"cn-huhehaote",
"Spec":"Medium",
"BusinessStatus":"Normal",
"Name":"test"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}